Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Fix test RestStatusTests.testStatusReturnsFailureStatusWhenFailuresExist #15027

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport f977f19 from #15011.

…ist (#15011)

This test has a reproducible failure when the highest "failure" status
is 100 level. This happens because RestStatus.status treats these as OK.

Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
(cherry picked from commit f977f19)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

❌ Gradle check result for 49fe53d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 49fe53d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

✅ Gradle check result for 49fe53d: SUCCESS

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.55%. Comparing base (4b44592) to head (49fe53d).
Report is 1 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15027      +/-   ##
============================================
- Coverage     71.62%   71.55%   -0.08%     
+ Complexity    62817    62760      -57     
============================================
  Files          5123     5123              
  Lines        294513   294513              
  Branches      42916    42916              
============================================
- Hits         210946   210735     -211     
- Misses        65897    66137     +240     
+ Partials      17670    17641      -29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dblock dblock merged commit 5e2cd27 into 2.x Jul 31, 2024
54 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants